All Questions
1 question
1vote
1answer
380views
Merge sort in declarative style with JavaScript
ES6 syntax helps to write code in a declarative style, which is exactly what I am trying to achieve here. Any advice to make my code "more declarative" (and easier to read) is welcomed. ...